home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00055.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  290 b   |  11 lines

  1. on mouseDown
  2.   global movieTime_G, movieRate_G
  3.   puppetSound("CLICK.aif")
  4.   set the visible of sprite the clickOn to 0
  5.   updateStage()
  6.   set movieRate_G to the movieRate of sprite 9
  7.   set the movieRate of sprite 9 to 0
  8.   set movieTime_G to the movieTime of sprite 9
  9.   go(the frame + 1)
  10. end
  11.